QuickOPC User's Guide and Reference
ServerTimestamp Property (UAAttributeDataPayload<TValue>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComplexEventProcessing Namespace > UAAttributeDataPayload<TValue> Class : ServerTimestamp Property
The server timestamp associated with the value.
Syntax
'Declaration
 
Public Property ServerTimestamp As Date
'Usage
 
Dim instance As UAAttributeDataPayload(Of TValue)
Dim value As Date
 
instance.ServerTimestamp = value
 
value = instance.ServerTimestamp
public DateTime ServerTimestamp {get; set;}
public:
property DateTime ServerTimestamp {
   DateTime get();
   void set (    DateTime value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also